Read Value
Command Prototype
sRet = INI.Read(sFile, sSection, sKey, sDefault)
Command Description
Read the value corresponding to a given key under a given section of the INI file
Parameter Description
- Required Parameter
- sFile--The path to the .ini file
- sSection--Name of the section of the .ini file to lookup the key in
- sKey--The key to look up
- sDefault--Default return value if the key does not exist
- return
- sRet--The variable to which the output of the function call is saved